home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / MBM5360.EXE / {app} / MBM5.exe / 0 / RCDATA / TALARMFORM / TALARMFORM.txt < prev   
Text File  |  2004-02-19  |  3KB  |  174 lines

  1. object AlarmForm: TAlarmForm
  2.   Left = 334
  3.   Top = 272
  4.   BorderStyle = bsNone
  5.   Caption = 'AlarmForm'
  6.   ClientHeight = 227
  7.   ClientWidth = 339
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object Image2: TImage
  23.     Left = 320
  24.     Top = 0
  25.     Width = 19
  26.     Height = 227
  27.     Align = alRight
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnMouseDown = DragBarMouseDown
  31.     OnMouseMove = DragBarMouseMove
  32.   end
  33.   object Label5: TLabel
  34.     Tag = 7
  35.     Left = 16
  36.     Top = 120
  37.     Width = 305
  38.     Height = 97
  39.     AutoSize = False
  40.     Color = clWhite
  41.     ParentColor = False
  42.     Transparent = True
  43.     WordWrap = True
  44.   end
  45.   object Image1: TImage
  46.     Left = 0
  47.     Top = 0
  48.     Width = 105
  49.     Height = 113
  50.     Picture.Data = {<image001.bmp>}
  51.   end
  52.   object SpeedButton1: TSpeedButton
  53.     Left = 24
  54.     Top = 80
  55.     Width = 89
  56.     Height = 25
  57.     Caption = 'Yes'
  58.     Flat = True
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -12
  62.     Font.Name = 'Arial'
  63.     Font.Style = [fsBold]
  64.     Layout = blGlyphBottom
  65.     ParentFont = False
  66.     OnClick = SpeedButton1Click
  67.   end
  68.   object SpeedButton3: TSpeedButton
  69.     Tag = 6
  70.     Left = 120
  71.     Top = 80
  72.     Width = 89
  73.     Height = 25
  74.     Caption = 'SHDN'
  75.     Flat = True
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -12
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsBold]
  81.     Layout = blGlyphBottom
  82.     ParentFont = False
  83.     OnClick = SpeedButton3Click
  84.   end
  85.   object SpeedButton2: TSpeedButton
  86.     Tag = 1
  87.     Left = 216
  88.     Top = 80
  89.     Width = 89
  90.     Height = 25
  91.     Caption = 'No'
  92.     Flat = True
  93.     Font.Charset = ANSI_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -12
  96.     Font.Name = 'Arial'
  97.     Font.Style = [fsBold]
  98.     Layout = blGlyphBottom
  99.     ParentFont = False
  100.     OnClick = SpeedButton2Click
  101.   end
  102.   object Label4: TLabel
  103.     Tag = 5
  104.     Left = 40
  105.     Top = 16
  106.     Width = 257
  107.     Height = 57
  108.     AutoSize = False
  109.     Caption = 'Label4'
  110.     Transparent = True
  111.     WordWrap = True
  112.   end
  113.   object Label3: TLabel
  114.     Tag = 4
  115.     Left = 40
  116.     Top = 16
  117.     Width = 257
  118.     Height = 57
  119.     AutoSize = False
  120.     Caption = 'Label3'
  121.     Transparent = True
  122.     WordWrap = True
  123.   end
  124.   object Label2: TLabel
  125.     Tag = 3
  126.     Left = 40
  127.     Top = 16
  128.     Width = 257
  129.     Height = 57
  130.     AutoSize = False
  131.     Caption = 'Label2'
  132.     Transparent = True
  133.     WordWrap = True
  134.   end
  135.   object Label1: TLabel
  136.     Tag = 2
  137.     Left = 40
  138.     Top = 16
  139.     Width = 257
  140.     Height = 57
  141.     AutoSize = False
  142.     Caption = 'Label1'
  143.     Transparent = True
  144.     WordWrap = True
  145.   end
  146.   object Bevel1: TBevel
  147.     Left = 0
  148.     Top = 104
  149.     Width = 337
  150.     Height = 10
  151.     Shape = bsBottomLine
  152.   end
  153.   object ProgressBar1: TProgressBar
  154.     Left = 328
  155.     Top = 0
  156.     Width = 8
  157.     Height = 112
  158.     Min = 0
  159.     Max = 100
  160.     Orientation = pbVertical
  161.     Position = 100
  162.     TabOrder = 0
  163.     OnMouseDown = DragBarMouseDown
  164.     OnMouseMove = DragBarMouseMove
  165.   end
  166.   object Timer1: TTimer
  167.     Enabled = False
  168.     Interval = 500
  169.     OnTimer = Timer1Timer
  170.     Left = 8
  171.     Top = 80
  172.   end
  173. end
  174.